Crate lyon_algorithms[][src]

2d Path transformation and manipulation algorithms.

Re-exports

pub extern crate lyon_path as path;

Modules

aabb

Bounding rectangle computation for paths.

fit

Fit paths into rectangles.

geom

Simple 2D geometric primitives on top of euclid.

hatching

Generate hatching and dotted patterns in a path.

math

Basic types that are used everywhere. Most other lyon crates reexport them.

walk

Move at a defined speed along a path.